Typ Property

[Top]  [Chapter]  [Previous]  [Next]

Applies to

IWPDllButton

Declaration

int Typ;

Description

The following "button" types are supported:

 

Value

Typ

XML tag

Meaning

0

wpbButton

<button/>

Button, can be pressed but not selected

1

wpbCollection

<collection/>

Like the button but with contained controls.

It inherits the Image of the first element inside this collection which is selected!

2

wpbCheck

<check/>

Button which can be selected

3

wpbRadio

<radio/>

Like "check" but when selected all in same group are de-selected

4

wpbSubMenu

<submenu/>

Button - will show its sub menu if clicked

5

wpbDropDown

<dropdown/>

Button with drop down combobox

6

wpbDropDownList

<dropdownlist/>

Combobox, it can be edited

7

wpbSeparator

<separator/>

Vertical or horizontal line

8

wpbInfoText

<text/>

Some text, cannot be clicked

9

wpbTab

<tab/>

Like 'Radio' but with angled sides. (Used by PanelH2 only!)

 


[idh_iwpdllbutton_typ.htm]    Copyright © 2007 by WPCubed GmbH