public abstract class Forms2OleControl extends OleControl
| Constructor and Description |
|---|
Forms2OleControl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCaption()
Gets Caption property of control.
|
Forms2OleControlCollection |
getChildNodes()
Gets collection of immediate child controls.
|
boolean |
getEnabled()
Returns true if control is in enabled state.
|
int |
getType()
Gets type of Forms 2.0 control.
|
java.lang.String |
getValue()
Gets underlying Value property which often represents control state.
|
boolean |
isForms2OleControl()
Returns true if the control is a
Forms2OleControl. |
getNamepublic java.lang.String getCaption()
public java.lang.String getValue()
public boolean getEnabled()
public Forms2OleControlCollection getChildNodes()
public int getType()
Forms2OleControlType constants.public boolean isForms2OleControl()
OleControlForms2OleControl.isForms2OleControl in class OleControlForms2OleControl.