ActionsPane::Top Property
Gets or sets the distance, in pixels, between the top edge of the actions pane control and the top edge of its container's client area.
Assembly: Microsoft.Office.Tools.Common (in Microsoft.Office.Tools.Common.dll)
[EditorBrowsableAttribute(EditorBrowsableState::Always)] [BrowsableAttribute(false)] property int Top { int get(); void set(int value); }
Property Value
Type: System::Int32The distance, in pixels, between the bottom edge of the actions pane control and the top edge of its container's client area.
You cannot change the location of the actions pane by setting this property. For information about how to programmatically change the location of the actions pane, see Actions Pane Overview.
Show: