InfoConnect for Airlines
RecentTypingPanelVisible Property
Example 


Gets or sets the visible state of the dockable Recent Typing panel.
Syntax
'Declaration
 
Property RecentTypingPanelVisible As Boolean
'Usage
 
Dim instance As IRecentTyping
Dim value As Boolean
 
instance.RecentTypingPanelVisible = value
 
value = instance.RecentTypingPanelVisible
bool RecentTypingPanelVisible {get; set;}
Example
This sample sets the RecentTypingPanelVisible property to display the Recent Typing Panel in the frame.

	
See Also