ClassInsertFunctionArgumentControl
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
InsertFunctionArgumentControl(ArgumentInfo)
Initializes a new instance of the InsertFunctionArgumentControl class.
Declaration
public InsertFunctionArgumentControl(ArgumentInfo argument)
Parameters
argument
ArgumentInfo
The argument.
Fields
ArgumentNameProperty
Argument name dependency property.
Declaration
public static readonly DependencyProperty ArgumentNameProperty
Field Value
DependencyProperty
ArgumentStatusProperty
Argument status dependency property.
Declaration
public static readonly DependencyProperty ArgumentStatusProperty
Field Value
DependencyProperty
ArgumentTypeForegroundProperty
Argument type foreground dependency property.
Declaration
public static readonly DependencyProperty ArgumentTypeForegroundProperty
Field Value
DependencyProperty
ArgumentValueProperty
Argument value dependency property.
Declaration
public static readonly DependencyProperty ArgumentValueProperty
Field Value
DependencyProperty
Properties
Argument
Gets the argument.
Declaration
public ArgumentInfo Argument { get; }
Property Value
ArgumentInfo
The argument.
ArgumentName
Gets or sets the name of the argument.
Declaration
public string ArgumentName { get; set; }
Property Value
The name of the argument.
ArgumentStatus
Gets or sets the argument status.
Declaration
public string ArgumentStatus { get; set; }
Property Value
The argument status.
ArgumentTypeForeground
Gets or sets the argument type foreground.
Declaration
public SolidColorBrush ArgumentTypeForeground { get; set; }
Property Value
SolidColorBrush
The argument type foreground.
ArgumentValue
Gets or sets the argument value.
Declaration
public string ArgumentValue { get; set; }
Property Value
The argument value.
Methods
FocusTheTextBox()
Focuses the value text box.
Declaration
public void FocusTheTextBox()
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call .
Declaration
public override void OnApplyTemplate()
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.
Events
EnterSelectionModeButtonClick
Occurs when the enter selection mode button is clicked.
Declaration
public event RoutedEventHandler EnterSelectionModeButtonClick
Event Value
RoutedEventHandler
ValueChanged
Occurs when an argument value is changed.
Declaration
public event RoutedEventHandler ValueChanged
Event Value
RoutedEventHandler
ValueTextBoxGotFocus
Occurs when the value text box gets focus.
Declaration
public event RoutedEventHandler ValueTextBoxGotFocus
Event Value
RoutedEventHandler