NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
NXOpen::BlockStyler::ScrolledWindow类 参考

滚动窗口控件 更多...

#include <BlockStyler_ScrolledWindow.hxx>

类 NXOpen::BlockStyler::ScrolledWindow 继承关系图:
NXOpen::BlockStyler::UIBlock NXOpen::TaggedObject

Public 成员函数

int Height ()
NXOpen::BlockStyler::PropertyListMembers ()
bool ResizeHeightWithDialog ()
void SetHeight (int height)
void SetResizeHeightWithDialog (bool resize)
void SetWidth (int width)
int Width ()
Public 成员函数 继承自 NXOpen::BlockStyler::UIBlock
bool Enable ()
bool Expanded ()
void Focus ()
NXOpen::BlockStyler::PropertyListGetProperties ()
bool Group ()
NXString Label ()
NXString Name ()
void SetEnable (bool enable)
void SetExpanded (bool expanded)
void SetGroup (bool group)
void SetLabel (const char *label)
void SetLabel (const NXString &label)
void SetShow (bool show)
bool Show ()
void TestFocusChange ()
NXString Type ()
Public 成员函数 继承自 NXOpen::TaggedObject
tag_t Tag () const

友元

class _ScrolledWindowBuilder

详细描述

滚动窗口控件

表示一个滚动窗口块
创建于 NX8.5.0.

成员函数说明

◆ Height()

int NXOpen::BlockStyler::ScrolledWindow::Height ( )

获取 高度
创建于 NX8.5.0.

许可要求:无

◆ Members()

NXOpen::BlockStyler::PropertyList * NXOpen::BlockStyler::ScrolledWindow::Members ( )

获取 成员列表
创建于 NX8.5.0.

许可要求:无

◆ ResizeHeightWithDialog()

bool NXOpen::BlockStyler::ScrolledWindow::ResizeHeightWithDialog ( )

获取 ResizeHeightWithDialog。如果为 true,则块的高度将在对话框调整大小时动态变化。
创建于 NX8.5.0.

许可要求:无

◆ SetHeight()

void NXOpen::BlockStyler::ScrolledWindow::SetHeight ( int height)

设置 高度
创建于 NX8.5.0.

许可要求:无

参数
heightheight

◆ SetResizeHeightWithDialog()

void NXOpen::BlockStyler::ScrolledWindow::SetResizeHeightWithDialog ( bool resize)

设置 ResizeHeightWithDialog。如果为 true,则块的高度将在对话框调整大小时动态变化。
创建于 NX8.5.0.

许可要求:无

参数
resizeresize

◆ SetWidth()

void NXOpen::BlockStyler::ScrolledWindow::SetWidth ( int width)

设置 宽度
创建于 NX8.5.0.

许可要求:无

参数
widthwidth

◆ Width()

int NXOpen::BlockStyler::ScrolledWindow::Width ( )

获取 宽度
创建于 NX8.5.0.

许可要求:无