ArcFM Engine Developer Guide
MdiTabCloseAction Enumeration


Defines the action that occurs when the close button is pressed or the Close context menu item is selected.
Syntax
'Declaration
 
Public Enum MdiTabCloseAction 
   Inherits System.Enum
'Usage
 
Dim instance As MdiTabCloseAction
public enum MdiTabCloseAction : System.Enum 
Members
MemberDescription
CloseInvokes the Close method for the form.
DefaultDefault - undefined by Infragistics.
HideInvokes the Hide method for the form.
NoneThe form is not changed.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Miner.Windows.TabbedMdi.MdiTabCloseAction

Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

Miner.Windows.TabbedMdi Namespace

 

 


Send Comment