wx.ComponentModel.ItemRowDesignatorAttribute Class Reference

List of all members.

Public Member Functions

 ItemRowDesignatorAttribute (int id)

Properties

int Id [get]
int Sort [get, set]


Detailed Description

This attribute declares a particular form item to join the designated row in the form. This attribute makes only sence if used together with FormItemAttribute.

Use instances of this attribtue to declare that two or more form items shall join the same row. The sort criterion of the form items will be used to determine the order in which the items appear in the row. The sort criterion of this designator will be used to determine the place that the designated row occupies in the form.


Constructor & Destructor Documentation

wx.ComponentModel.ItemRowDesignatorAttribute.ItemRowDesignatorAttribute ( int  id  ) 

The provided integer is the designator of the row as well as the criterion for sorting.


Property Documentation

int wx.ComponentModel.ItemRowDesignatorAttribute.Id [get]

Returns the designator if the form row.

int wx.ComponentModel.ItemRowDesignatorAttribute.Sort [get, set]

Returns or sets the sorting index.


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