Softelvdm.Controls Class Library for Windows Controls 1.0

ThemedHeaderAdjustmentSize Property, GadgetsClass Class

Softel vdm, Inc.

Defines additional filler space around the contents of a header (BackgroundAppearanceEnum.ThemedSystemHeader only).

Syntax      GadgetsClass Class (Softelvdm.Controls)

VB   

Public Property ThemedHeaderAdjustmentSize As Size

C#   

public Size ThemedHeaderAdjustmentSize { get; set; }

C++   

public: property Size ThemedHeaderAdjustmentSize {
        Size get();
        void set(Size value);
}

Property Value

The additional filler space around the contents of a header.

The default value is 2, 3.

Comments

The ThemedHeaderAdjustmentSize property defines additional filler space around the contents of a header (BackgroundAppearanceEnum.ThemedSystemHeader only).

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.

The ThemedHeaderAdjustmentLocation property can be 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