ArcFM Responder Mobile Developer Guide
OnCreate Method (MMOptionsButtonClass)






Syntax
'Declaration
 
Public Overridable Sub OnCreate( _
   ByVal Hook As System.Object _
) 
'Usage
 
Dim instance As MMOptionsButtonClass
Dim Hook As System.Object
 
instance.OnCreate(Hook)
public virtual void OnCreate( 
   System.object Hook
)
public procedure OnCreate( 
    Hook: System.TObject
); virtual; 
public function OnCreate( 
   Hook : System.Object
);
public: virtual void OnCreate( 
   System.Object* Hook
) 
public:
virtual void OnCreate( 
   System.Object^ Hook
) 

Parameters

Hook
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MMOptionsButtonClass Class
MMOptionsButtonClass Members

Send Feedback