Search
Box Methods
 


 Public Methods

  Name Description

ActivateControl

( a feature of FlowChartX Pro edition)

Activates the ActiveX control hosted in this box.

AddAeroEffect

Adds an Aero effect to this box.

AddGlassEffect

Adds a Glass effect to this box.

AddLabel

Adds the specified label to this node.

BeginEditLabel

Enters inplace-edit mode, letting users edit the text of the specified label.

BeginInplaceEdit

Enters inplace-edit mode, allowing users to edit the text of this box.

BeginUndoRecord

( a feature of FlowChartX Pro edition)

Starts recording modifications made to this box for later undo.

BindToControl

( a feature of FlowChartX Pro edition)

Binds a Windows control or a VB control to this box.

BoundingRect

Gets the box bounding rectangle coordinates.

ClearEffects

Removes all effects from this box.

Clone

Creates a copy of this box.

Collapse

Collapses the tree branch that starts from this box.

DeactivateControl

( a feature of FlowChartX Pro edition)

Deactivates the ActiveX control hosted in this box.

EndInplaceEdit

Exits inplace-edit mode, and either accepts or rejects any changes made to the text.

EndUndoRecord

( a feature of FlowChartX Pro edition)

Stops tracking modifications made to the box and adds a modification record to the undo queue.

Expand

Expands the tree branch that starts from this box.

FitSizeToPicture

Makes the box as big as the picture assigned to it.

FitSizeToText

Makes the box big enough so that its text is entirely visible.

GetCBox

 

GetLabel

Gets the NodeLabel at the specified position in box' label list.

GetLabelCount

Gets the number of labels associated with this box.

GetShape

Returns the id of a shape from custom shape library if one is assigned to this box.

LabelFromPoint

Returns the label whose layout rectangle contains the specified point.

LoadPicFromRes

Loads an image from the resources embedded in a .dll or .exe file and assigns it to the box' Picture.

LoadPicture

Loads an image from the specified file and assigns it to the box' Picture.

LoadPredefShape

Loads a predefined polygonal shape definition and assigns it to this box.

MoveTo

Moves the box to the specified location.

PutInContainer

( a feature of FlowChartX Pro edition)

Puts this box into a container box.

RemoveFromContainer

( a feature of FlowChartX Pro edition)

Removes this box from its container.

RemoveLabel

Removes the specified label from this box.

Repaint

Forces the box to redraw itself.

ResizeToFitChildren

( a feature of FlowChartX Pro edition)

Resizes a container box to fit its child nodes.

SetPolyShape

Sets the shape of box whose style is set to bsPolygon.

SetPolyShapeArray

Sets the shape of box whose style is set to bsPolygon.

SetRect

Sets the box' location and size.

SetShape

( a feature of FlowChartX Pro edition)

Sets the shape of a box whose style is set to bsLibShape.

SetSize

Sets the size of this box.

SetTextPadding

Sets padding space between the box boundaries and text.

TextFits

Checks if node's text fits within the node's geometry.

Unbind

( a feature of FlowChartX Pro edition)

Unbinds the window currently bound to this box.

ZBottom

Moves the box to the bottom of the Z order.

ZLevelDown

Moves the box one position down in the Z order.

ZLevelUp

Moves the box one position up in the Z order.

ZTop

Moves the box to the top of the Z order.

 See Also