Softelvdm.Controls Class Library for Windows Controls 1.0

ThemedHeaderAdjustmentLocation Property, GadgetsClass Class

Softel vdm, Inc.

Defines the position (or offset) of the cell contents relative to the top left corner of the cell area.

Syntax      GadgetsClass Class (Softelvdm.Controls)

VB   

Public Property ThemedHeaderAdjustmentLocation As Point

C#   

public Point ThemedHeaderAdjustmentLocation { get; set; }

C++   

public: property Point ThemedHeaderAdjustmentLocation {
        Point get();
        void set(Point value);
}

Property Value

The position of the cell contents.

The default value is Point.0, 0.

Comments

The ThemedHeaderAdjustmentLocation property defines the position (or offset) of the cell contents relative to the top left corner of the cell area.

When Windows themes are used (BackgroundAppearanceEnum.ThemedSystemHeader), the operating system allows slightly insufficient space for the header contents. The ThemedHeaderAdjustmentSize allows an application to reserve more space which results in a more pleasing header appearance and the ThemedHeaderAdjustmentLocation property is used to position (or offset) the contents relative to the top left corner of the cell area.

SftTabs/NET 6.0: Headers are not used in this product.

Version Information

Supported in version 1.0.
Products Table


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com