ImageGear .NET v25.2 - Updated
ImageGear.Art.Forms Assembly / ImageGear.ART.Forms Namespace / ImGearARTToolBar Class / btnSelect Field




In This Topic
    btnSelect Field
    In This Topic
    Reference to select button object.
    Syntax
    'Declaration
     
    Public btnSelect As Button
    'Usage
     
    Dim instance As ImGearARTToolBar
    Dim value As Button
     
    value = instance.btnSelect
     
    instance.btnSelect = value
    public Button btnSelect
    public: Button* btnSelect
    public:
    Button^ btnSelect

    Field Value

    System.Windows.Forms.Button value.
    See Also