Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IdxRichEditTextBox.GetHeightRule Method

Returns the value indicating how the height of the text box’s floating shape is determined.

#Declaration

Delphi
function GetHeightRule: TdxRichEditTextBoxSizeRule;

#Returns

Type
TdxRichEditTextBoxSizeRule

#Remarks

Call this function to identify if the floating shape’s automatic height adjustment mode is enabled.

Refer to the TdxRichEditTextBoxSizeRule type description for detailed information on values that the GetHeightRule function can return.

The GetHeightRule function is the HeightRule property’s getter.

See Also