Class
InsertFunctionArgumentControl

Represents the insert function argument control.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public class InsertFunctionArgumentControl : Control

Inheritance: objectInsertFunctionArgumentControl

Constructors

InsertFunctionArgumentControl(ArgumentInfo)

Initializes a new instance of the InsertFunctionArgumentControl class.

Declaration

cs-api-definition
public InsertFunctionArgumentControl(ArgumentInfo argument)

Parameters

argument

ArgumentInfo

The argument.

Fields

ArgumentNameProperty

Argument name dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ArgumentNameProperty

Field Value

DependencyProperty

ArgumentStatusProperty

Argument status dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ArgumentStatusProperty

Field Value

DependencyProperty

ArgumentTypeForegroundProperty

Argument type foreground dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ArgumentTypeForegroundProperty

Field Value

DependencyProperty

ArgumentValueProperty

Argument value dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ArgumentValueProperty

Field Value

DependencyProperty

Properties

Argument

Gets the argument.

Declaration

cs-api-definition
public ArgumentInfo Argument { get; }

Property Value

ArgumentInfo

The argument.

ArgumentName

Gets or sets the name of the argument.

Declaration

cs-api-definition
public string ArgumentName { get; set; }

Property Value

string

The name of the argument.

ArgumentStatus

Gets or sets the argument status.

Declaration

cs-api-definition
public string ArgumentStatus { get; set; }

Property Value

string

The argument status.

ArgumentTypeForeground

Gets or sets the argument type foreground.

Declaration

cs-api-definition
public SolidColorBrush ArgumentTypeForeground { get; set; }

Property Value

SolidColorBrush

The argument type foreground.

ArgumentValue

Gets or sets the argument value.

Declaration

cs-api-definition
public string ArgumentValue { get; set; }

Property Value

string

The argument value.

Methods

FocusTheTextBox()

Focuses the value text box.

Declaration

cs-api-definition
public void FocusTheTextBox()

OnApplyTemplate()

When overridden in a derived class, is invoked whenever application code or internal processes call .

Declaration

cs-api-definition
public override void OnApplyTemplate()

OnInitialized(EventArgs)

Raises the event. This method is invoked whenever is set to true internally.

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.

Events

EnterSelectionModeButtonClick

Occurs when the enter selection mode button is clicked.

Declaration

cs-api-definition
public event RoutedEventHandler EnterSelectionModeButtonClick

Event Value

RoutedEventHandler

ValueChanged

Occurs when an argument value is changed.

Declaration

cs-api-definition
public event RoutedEventHandler ValueChanged

Event Value

RoutedEventHandler

ValueTextBoxGotFocus

Occurs when the value text box gets focus.

Declaration

cs-api-definition
public event RoutedEventHandler ValueTextBoxGotFocus

Event Value

RoutedEventHandler