|
|
|
SftTreeFooters.Resizable Property |
Defines whether column footers can be resized by the user.
Syntax
VB.NET |
Style = object.Resizable As SftTreeResizeConstants |
||
VB |
Style = object.Resizable As SftTreeResizeConstants |
||
C#.NET |
SftTreeResizeConstants Style = object.Resizable; |
||
VC++ |
enum SftTreeResizeConstants Style = object->Resizable;
|
||
C |
HRESULT object->get_Resizable(enum SftTreeResizeConstants* Style); |
||
Delphi |
Style := object.Resizable : TOleEnum; |
||
VB.NET |
object.Resizable = Style As SftTreeResizeConstants |
||
VB |
object.Resizable = Style As SftTreeResizeConstants |
||
C#.NET |
SftTreeResizeConstants object.Resizable = Style; |
||
VC++ |
enum SftTreeResizeConstants object->Resizable = Style;
|
||
C |
HRESULT object->put_Resizable(enum SftTreeResizeConstants Style); |
||
Delphi |
object.Resizable := Style : TOleEnum; |
object
A SftTreeFooters object.
Style
Defines whether column footers can be resized by the user.
Boolean |
Description |
True |
Column footers can be resized by the user. |
False |
Column footers cannot be resized by the user. |
Comments
The Resizable property defines whether column footers can be resized by the user.
Individual columns can be locked in size by using the Footer.Locked property.
See Also SftTreeFooters Object | Object Hierarchy