wx.AcceleratorTable Class Reference

Inheritance diagram for wx.AcceleratorTable:

wx.Object

List of all members.

Public Member Functions

 AcceleratorTable (params AcceleratorEntry[] entries)
 AcceleratorTable ()
 AcceleratorTable (IntPtr wxObject)

Protected Member Functions

override void CallDTor ()

Properties

bool Ok [get]


Detailed Description

An accelerator table allows the application to specify a table of keyboard shortcuts for menu or button commands. Initially, windows bear an accelerator table with no data.

Constructor & Destructor Documentation

wx.AcceleratorTable.AcceleratorTable ( IntPtr  wxObject  ) 

This is for internal purposes only. This CTor will be used on creating wrappers for internally created instances.

wx.AcceleratorTable.AcceleratorTable (  ) 

Creates a NULL accelerator table.

wx.AcceleratorTable.AcceleratorTable ( params AcceleratorEntry[]  entries  ) 

Creates an accelerator table from an array of accelerator entries.


Member Function Documentation

override void wx.AcceleratorTable.CallDTor (  )  [protected, virtual]

This will be called by Dispose() to delete the C++ object. Overload this if you have to use another DTor.

Reimplemented from wx.Object.


Property Documentation

bool wx.AcceleratorTable.Ok [get]


Manual of the wx.NET   (c) 2003-2011 the wx.NET project at   Get wx.NET at SourceForge.net. Fast, secure and Free Open Source software downloads