Spread WPF 18
GrapeCity.Spreadsheet.FormControls Namespace / IFormControl Interface / OnClick Property


In This Topic
    OnClick Property
    In This Topic
    Gets or sets the action associated with this control.
    Syntax
    'Declaration
     
    Property OnClick As String
    'Usage
     
    Dim instance As IFormControl
    Dim value As String
     
    instance.OnClick = value
     
    value = instance.OnClick
    string OnClick {get; set;}
    See Also