Skip to main content

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.v23.2.dll

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

Declaration

public static bool GetAllowSkinEditorAttach()

Returns

Type Description
Boolean

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

See Also