Version

ComboColumnFixedState Enumeration

An enumeration that describes if a column is fixed, and if so on what side is it fixed.
Syntax
'Declaration
 
Public Enum ComboColumnFixedState 
   Inherits System.Enum
public enum ComboColumnFixedState : System.Enum 
Members
MemberDescription
LeftColumn is fixed to the left.
NotFixedColumn is not fixed.
RightColumn is fixed to the right.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also