VSTASKCOLUMN.fDynamicSize Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Flag indicating whether the task list is allowed to resize the column automatically to make content fit better.
public: int fDynamicSize;
public: int fDynamicSize;
int fDynamicSize;
[System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.OLE.Interop.BOOL")]
public int fDynamicSize;
[<System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.OLE.Interop.BOOL")>]
val mutable fDynamicSize : int
Public fDynamicSize As Integer
Field Value
- Attributes
Remarks
COM Signature
From vsshell80.idl:
BOOL fDynamicSize;