[This is preliminary documentation and is subject to change.]
Returns parent style definition or null
Namespace: NFX.WinForms.ControlsAssembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
[BrowsableAttribute(false)]
public Style Parent { get; internal set; }
[BrowsableAttribute(false)]
public Style Parent { get; internal set; }
<BrowsableAttribute(false)>
Public Property Parent As Style
Get
Friend Set
<BrowsableAttribute(false)>
Public Property Parent As Style
Get
Friend Set
public:
[BrowsableAttribute(false)]
property Style^ Parent {
Style^ get ();
internal: void set (Style^ value);
}
public:
[BrowsableAttribute(false)]
property Style^ Parent {
Style^ get ();
internal: void set (Style^ value);
}
[<BrowsableAttribute(false)>]
member Parent : Style with get, internal set
[<BrowsableAttribute(false)>]
member Parent : Style with get, internal set
Property Value
Type:
Style