enum CCL::IView::ViewAttributes

Overview

View attributes. More…

#include <iview.h>

enum ViewAttributes
{
    kName,
    kTitle,
    kTooltip,
    kStyleFlags,
    kTheme,
    kVisualStyle,
    kController,
    kSizeMode,
    kSizeModeDisabled,
    kInputEnabled,
    kMouseState,
    kThemeElementState,
    kFocusEnabled,
    kTooltipTrackingEnabled,
    kLayerBackingEnabled,
    kGraphicsLayer,
    kAccessibilityEnabled,
};

Detailed Documentation

View attributes.

Enum Values

kName

[String]

kTitle

[String]

kTooltip

[String]

kStyleFlags

[int64]

kTheme

[ITheme]

kVisualStyle

[IVisualStyle]

kController

[IUnknown]

kSizeMode

[int]

kSizeModeDisabled

[boolean]

kInputEnabled

[boolean]

kMouseState

[int]

kThemeElementState

[int]

kFocusEnabled

[boolean]

kTooltipTrackingEnabled

[boolean]

kLayerBackingEnabled

[boolean]

kGraphicsLayer

[IGraphicsLayer]

kAccessibilityEnabled

[boolean]