Back to Devexpress

WindowsFormsSettings.AllowSkinEditorAttach Property

windowsforms-devexpress-dot-xtraeditors-dot-windowsformssettings-d13f1c17.md

latest2.4 KB
Original Source

WindowsFormsSettings.AllowSkinEditorAttach Property

Gets or sets whether or not you can use this application to preview custom skins in WinForms Skin Editor.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
public static DefaultBoolean AllowSkinEditorAttach { get; set; }
vb
Public Shared Property AllowSkinEditorAttach As DefaultBoolean

Property Value

TypeDescription
DefaultBoolean

true if this application can be used to preview custom skins; otherwise, false.

|

Available values:

NameDescriptionReturn Value
True

The value is true.

|

0

| | False |

The value is false.

|

1

| | Default |

The value is specified by a global option or a higher-level object.

|

2

|

Remarks

In WinForms Skin Editor, go to the Settings dialog, switch to the “External Preview Applications” tab, and specify a path to an application’s executable file.

Click the “External Preview Application” button on the Skin Editor’s main screen to choose a preview application, and if it has the AllowSkinEditorAttach property enabled, the app will be painted using your currently opened skin. This allows you to preview skins in a real-life application without the necessity to export them as libraries and reference them in that project.

See Also

WindowsFormsSettings Class

WindowsFormsSettings Members

DevExpress.XtraEditors Namespace