Specifies whether to skin the common dialog components, such as the
Namespace: SkinSoft.AquaSkin
Assembly: SkinSoft.AquaSkin (in SkinSoft.AquaSkin.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property SkinCommonDialogs As Boolean |
| C# |
|---|
| public bool SkinCommonDialogs { get; set; } |
| C++ |
|---|
| public property bool SkinCommonDialogs sealed { bool get(); void set(bool value); } |
| J# |
|---|
| /** property */ public bool get_SkinCommonDialogs(); /** property */ public void set_SkinCommonDialogs(bool value); |
| JScript |
|---|
| public function get SkinCommonDialogs() : bool public function set SkinCommonDialogs(value : bool); |