ShellHistoryToolStripHistoryMaxLength Property |
Set the maximum length of the displayed history list.
This List is obtained from the registered
ShellControlConnector.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic int HistoryMaxLength { get; set; }Public Property HistoryMaxLength As Integer
Get
Set
public:
property int HistoryMaxLength {
int get ();
void set (int value);
}member HistoryMaxLength : int with get, set
Property Value
Int32
See Also