Method AssignHotKeyToView
AssignHotKeyToView(View)
Assigns a unique hotkey to a single view based on its Title.
protected bool AssignHotKeyToView(View view)
Parameters
viewViewThe view to assign a hotkey to.
Returns
Remarks
This method checks if the view's title already contains a hotkey specifier and preserves it if available. Otherwise, it assigns a new hotkey from the first available character in the title.