Back to Devexpress

WindowsFormsSettings.GetAllowSkinEditorAttach() Method

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

latest1.7 KB
Original Source

WindowsFormsSettings.GetAllowSkinEditorAttach() Method

Returns whether this application can serve as an External Preview Application in WinForms Skin Editor. See the WindowsFormsSettings.AllowSkinEditorAttach property for the details.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
public static bool GetAllowSkinEditorAttach()
vb
Public Shared Function GetAllowSkinEditorAttach As Boolean

Returns

TypeDescription
Boolean

true if this application can serve as an External Preview Application in WinForms Skin Editor; otherwise, false.

|

See Also

AllowSkinEditorAttach

WindowsFormsSettings Class

WindowsFormsSettings Members

DevExpress.XtraEditors Namespace