ToggleOnEvents.IsSelectedOnStart Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Whether on not the toggle is selected when the application starts.
public:
property bool IsSelectedOnStart { bool get(); void set(bool value); };
public bool IsSelectedOnStart { get; set; }
member this.IsSelectedOnStart : bool with get, set
Public Property IsSelectedOnStart As Boolean