Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / SheetTab Class / CommandTarget Property


In This Topic
    CommandTarget Property (SheetTab)
    In This Topic
    Syntax
    'Declaration
     
    <BindableAttribute(True)>
    <CategoryAttribute("Action")>
    Public Property CommandTarget As IInputElement
    'Usage
     
    Dim instance As SheetTab
    Dim value As IInputElement
     
    instance.CommandTarget = value
     
    value = instance.CommandTarget
    [Bindable(true)]
    [Category("Action")]
    public IInputElement CommandTarget {get; set;}
    See Also