Represents the insert function argument control.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
public class InsertFunctionArgumentControl : Control
Inheritance: objectInsertFunctionArgumentControl
Constructors
Initializes a new instance of the InsertFunctionArgumentControl class.
public InsertFunctionArgumentControl(ArgumentInfo argument)
The argument.
Fields
ArgumentNameProperty
DependencyProperty
Argument name dependency property.
public static readonly DependencyProperty ArgumentNameProperty
ArgumentStatusProperty
DependencyProperty
Argument status dependency property.
public static readonly DependencyProperty ArgumentStatusProperty
ArgumentTypeForegroundProperty
DependencyProperty
Argument type foreground dependency property.
public static readonly DependencyProperty ArgumentTypeForegroundProperty
ArgumentValueProperty
DependencyProperty
Argument value dependency property.
public static readonly DependencyProperty ArgumentValueProperty
Properties
Argument
ArgumentInfo
Gets the argument.
public ArgumentInfo Argument { get; }
The argument.
Gets or sets the name of the argument.
public string ArgumentName { get; set; }
The name of the argument.
Gets or sets the argument status.
public string ArgumentStatus { get; set; }
The argument status.
ArgumentTypeForeground
SolidColorBrush
Gets or sets the argument type foreground.
public SolidColorBrush ArgumentTypeForeground { get; set; }
The argument type foreground.
Gets or sets the argument value.
public string ArgumentValue { get; set; }
The argument value.
Methods
Focuses the value text box.
public void FocusTheTextBox()
When overridden in a derived class, is invoked whenever application code or internal processes call .
public override void OnApplyTemplate()
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Events
EnterSelectionModeButtonClick
RoutedEventHandler
Occurs when the enter selection mode button is clicked.
public event RoutedEventHandler EnterSelectionModeButtonClick
ValueChanged
RoutedEventHandler
Occurs when an argument value is changed.
public event RoutedEventHandler ValueChanged
ValueTextBoxGotFocus
RoutedEventHandler
Occurs when the value text box gets focus.
public event RoutedEventHandler ValueTextBoxGotFocus