Skip to main content
A newer version of this page is available. .

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

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