ShellHistoryToolStripHistoryMaxLength Property |
Set the maximum length of the displayed history list.
This List is obtained from the registered
ShellControlConnector.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public 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
Type:
Int32See Also