JamShellColumnHeaderFixedPosition Property |
Gets or sets a value indicating whether the column should have a fixed position rather than being moved by other shell columns.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public bool FixedPosition { get; set; }
Public Property FixedPosition As Boolean
Get
Set
public:
property bool FixedPosition {
bool get ();
void set (bool value);
}
member FixedPosition : bool with get, set
Property Value
Type:
Booleantrue if the column cannot be moved to the right by other ShellColumns, false otherwise.
false.
See Also