CheckedListBox.Top Property (2007 System)
Gets or sets the distance, in points, between the top edge of the CheckedListBox and the top edge of the document.
Namespace: Microsoft.Office.Tools.Word.Controls
Assembly: Microsoft.Office.Tools.Word.v9.0 (in Microsoft.Office.Tools.Word.v9.0.dll)
Syntax
'Declaration
Public Property Top As Single
'Usage
Dim instance As CheckedListBox
Dim value As Single
value = instance.Top
instance.Top = value
public float Top { get; set; }
public:
property float Top {
float get ();
void set (float value);
}
public function get Top () : float
public function set Top (value : float)
Property Value
Type: System.Single
The distance, in points, between the top edge of the CheckedListBox and the top edge of the document.
Remarks
The CheckedListBox.Top property uses points, whereas Control.Top property uses pixels.
You can only use the Top property of a CheckedListBox control that is not in line with text. For more information, see Adding Controls to Office Documents at Run Time.
Examples
For a code example that demonstrates how to use this property, see Button.Top. All controls in the Microsoft.Office.Tools.Word.Controls namespace have a functionally equivalent Top property.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.