Class InsertFunctionArgumentControl
Represents the insert function argument control.
Inheritance
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class InsertFunctionArgumentControl : Control
Constructors
InsertFunctionArgumentControl(ArgumentInfo)
Initializes a new instance of the InsertFunctionArgumentControl class.
Declaration
public InsertFunctionArgumentControl(ArgumentInfo argument)
Parameters
Telerik.Windows.Documents.Spreadsheet.Expressions.Functions.ArgumentInfo
argument
The argument. |
Fields
ArgumentNameProperty
Argument name dependency property.
Declaration
public static readonly DependencyProperty ArgumentNameProperty
Field Value
System.Windows.DependencyProperty
|
ArgumentStatusProperty
Argument status dependency property.
Declaration
public static readonly DependencyProperty ArgumentStatusProperty
Field Value
System.Windows.DependencyProperty
|
ArgumentTypeForegroundProperty
Argument type foreground dependency property.
Declaration
public static readonly DependencyProperty ArgumentTypeForegroundProperty
Field Value
System.Windows.DependencyProperty
|
ArgumentValueProperty
Argument value dependency property.
Declaration
public static readonly DependencyProperty ArgumentValueProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Argument
Gets the argument.
Declaration
public ArgumentInfo Argument { get; }
Property Value
Telerik.Windows.Documents.Spreadsheet.Expressions.Functions.ArgumentInfo
The argument. |
ArgumentName
Gets or sets the name of the argument.
Declaration
public string ArgumentName { get; set; }
Property Value
System.String
The name of the argument. |
ArgumentStatus
Gets or sets the argument status.
Declaration
public string ArgumentStatus { get; set; }
Property Value
System.String
The argument status. |
ArgumentTypeForeground
Gets or sets the argument type foreground.
Declaration
public SolidColorBrush ArgumentTypeForeground { get; set; }
Property Value
System.Windows.Media.SolidColorBrush
The argument type foreground. |
ArgumentValue
Gets or sets the argument value.
Declaration
public string ArgumentValue { get; set; }
Property Value
System.String
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 System.Windows.FrameworkElement.ApplyTemplate.
Declaration
public override void OnApplyTemplate()
Events
EnterSelectionModeButtonClick
Occurs when the enter selection mode button is clicked.
Declaration
public event RoutedEventHandler EnterSelectionModeButtonClick
Event Type
System.Windows.RoutedEventHandler
|
ValueChanged
Occurs when an argument value is changed.
Declaration
public event RoutedEventHandler ValueChanged
Event Type
System.Windows.RoutedEventHandler
|
ValueTextBoxGotFocus
Occurs when the value text box gets focus.
Declaration
public event RoutedEventHandler ValueTextBoxGotFocus
Event Type
System.Windows.RoutedEventHandler
|