[This is preliminary documentation and is subject to change.]

Namespace:  Phoenix.Gui.Controls
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
[DefaultValueAttribute("")]
[BrowsableAttribute(false)]
public SettingBoolEntry SettingEntry { get; set; }
<DefaultValueAttribute("")> _
<BrowsableAttribute(False)> _
Public Property SettingEntry As SettingBoolEntry
[DefaultValueAttribute(L"")]
[BrowsableAttribute(false)]
public:
property SettingBoolEntry^ SettingEntry {
	SettingBoolEntry^ get ();
	void set (SettingBoolEntry^ value);
}

See Also