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.v24.2.dll
Declaration
Returns
Type | Description |
---|---|
Boolean | true if this application can serve as an External Preview Application in WinForms Skin Editor; otherwise, false. |
See Also