:: ooo :: vba :: msforms ::

interface XControl
Base Interfaces
XControl
┗ ::ooo::vba::XHelperInterface
   ┗ ::com::sun::star::lang::XServiceInfo

::ooo::vba::XHelperInterface

Methods' Summary
SetFocus  
Move  
Attributes' Summary
Object  
ControlSource  
RowSource  
Enabled  
Visible  
Height  
Width  
Left  
Top  
Name  
ControlTipText  
Tag  
Methods' Details
SetFocus
void
SetFocus();

Move
void
Move( [in] double  Left,
[in] double  Top,
[in] any  Width,
[in] any  Height );

Attributes' Details
Object
[ readonly ] ::com::sun::star::uno::XInterface Object;
ControlSource
string ControlSource;
RowSource
string RowSource;
Enabled
boolean Enabled;
Visible
boolean Visible;
Height
double Height;
Width
double Width;
Left
double Left;
Top
double Top;
Name
string Name;
ControlTipText
string ControlTipText;
Tag
string Tag;
Top of Page