C# NX二次开发:操作按钮控件Button和标签控件Label详解

大家好,今天介绍ug二次开发过程中的一个叫操作按钮的控件,这个控件在块UI编辑器中可以使用。

Button这个控件的属性和方法如下所示:

namespace NXOpen.BlockStyler

{

public class Label : UIBlock

{

protected internal Label();

public string BalloonTooltipImage { get; set; }

public string BalloonTooltipLayoutAsString { get; set; }

public string BalloonTooltipText { get; set; }

public string Bitmap { get; set; }

public bool DisplayBitmapLabel { get; set; }

public bool HighQualityBitmap { get; set; }

public bool Localize { get; set; }

public string Tooltip { get; set; }

public bool WordWrap { get; set; }

public string[] GetBalloonTooltipLayoutMembers();

}

}

Label这个控件的属性和方法如下所示:

namespace NXOpen.BlockStyler

{

public class Label : UIBlock

{

protected internal Label();

public string BalloonTooltipImage { get; set; }

public string BalloonTooltipLayoutAsString { get; set; }

public string BalloonTooltipText { get; set; }

public string Bitmap { get; set; }

public bool DisplayBitmapLabel { get; set; }

public bool HighQualityBitmap { get; set; }

public bool Localize { get; set; }

public string Tooltip { get; set; }

public bool WordWrap { get; set; }

public string[] GetBalloonTooltipLayoutMembers();

}

}

今天要介绍的就是这么多,我们下篇文章再见。

相关推荐
Wenweno0o2 天前
0基础Go语言Eino框架智能体实战-chatModel
开发语言·后端·golang
chenjingming6662 天前
jmeter线程组设置以及串行和并行设置
java·开发语言·jmeter
cch89182 天前
Python主流框架全解析
开发语言·python
不爱吃炸鸡柳2 天前
C++ STL list 超详细解析:从接口使用到模拟实现
开发语言·c++·list
十五年专注C++开发2 天前
RTTR: 一款MIT 协议开源的 C++ 运行时反射库
开发语言·c++·反射
Momentary_SixthSense2 天前
设计模式之工厂模式
java·开发语言·设计模式
‎ദ്ദിᵔ.˛.ᵔ₎2 天前
STL 栈 队列
开发语言·c++
勿忘,瞬间2 天前
数据结构—顺序表
java·开发语言
张張4082 天前
(域格)环境搭建和编译
c语言·开发语言·python·ai
weixin_423533992 天前
【Windows11离线安装anaconda、python、vscode】
开发语言·vscode·python