Back to Devexpress

BaseLayoutItem.GetPaintAppearanceItemCaptionByState(ObjectState) Method

windowsforms-devexpress-dot-xtralayout-dot-baselayoutitem-dot-getpaintappearanceitemcaptionbystate-x28-devexpress-dot-utils-dot-drawing-dot-objectstate-x29.md

latest1.3 KB
Original Source

BaseLayoutItem.GetPaintAppearanceItemCaptionByState(ObjectState) Method

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public virtual AppearanceObject GetPaintAppearanceItemCaptionByState(
    ObjectState objectState
)
vb
<Browsable(False)>
Public Overridable Function GetPaintAppearanceItemCaptionByState(
    objectState As ObjectState
) As AppearanceObject

Parameters

NameType
objectStateDevExpress.Utils.Drawing.ObjectState

Returns

Type
AppearanceObject

See Also

BaseLayoutItem Class

BaseLayoutItem Members

DevExpress.XtraLayout Namespace