SessionTabsControl.AddSession(Session, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds the session to the ComboBox control if it’s not already there.
public:
virtual void AddSession(Microsoft::Uii::Csr::Session ^ session, bool selected);
public virtual void AddSession (Microsoft.Uii.Csr.Session session, bool selected);
abstract member AddSession : Microsoft.Uii.Csr.Session * bool -> unit
override this.AddSession : Microsoft.Uii.Csr.Session * bool -> unit
Public Overridable Sub AddSession (session As Session, selected As Boolean)
Parameters
- session
- Session
Specifies the session.
- selected
- Boolean
Specifies whether the session is selected or not.