Back to Devexpress

AppearanceObject(IAppearanceOwner, Boolean) Constructor

windowsforms-devexpress-dot-utils-dot-appearanceobject-dot-ctor-x28-devexpress-dot-utils-dot-iappearanceowner-system-dot-boolean-x29.md

latest1.3 KB
Original Source

AppearanceObject(IAppearanceOwner, Boolean) Constructor

This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
public AppearanceObject(
    IAppearanceOwner owner,
    bool reserved
)
vb
Public Sub New(
    owner As IAppearanceOwner,
    reserved As Boolean
)

Parameters

NameType
ownerDevExpress.Utils.IAppearanceOwner
reservedBoolean

See Also

AppearanceObject Class

AppearanceObject Members

DevExpress.Utils Namespace