Softelvdm.Controls Class Library for Windows Controls 1.0

Toggle Property, ButtonPartClass Class

Softel vdm, Inc.

Defines whether the button is a toggle button (Toggle property).

Syntax      ButtonPartClass Class (Softelvdm.Controls)

VB   

Public Property Toggle As Boolean

C#   

public bool Toggle { get; set; }

C++   

public: property bool Toggle {
        bool get();
        void set(bool value);
}

Property Value

True the button is a toggle button, otherwise False.

The default value is False.

Comments

The Toggle property defines whether the button is a toggle button (Toggle property).

A toggle button remains pressed once it is clicked. If clicked again, it will return to its released position.

Version Information

Supported in version 1.0.
Products Table


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com