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.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic 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
Booleantrue if the column cannot be moved to the right by other ShellColumns, false otherwise.
false.
See Also