作者kf185793 (On S)
看板C_Sharp
标题[问题] 请问一下
时间Sun May 29 16:59:24 2011
请问一下 我最近使用到一个元件 (ui元件) 环境是 VS2008
(已花一、两天爬文 找不到答案)
可是里面有一个变数 我需要设定他
不过他是 protected的
我呼叫不出来
不知道该怎麽设定呢?
protected bool PanableAndZoomable { set; get; }
Member of Emgu.CV.UI.PanAndZoomPictureBox
Summary:
Get or Set the property to enable(disable) Pan and Zoom
谢谢
--
在你抱怨没有生在有钱人的家时
想想 怎麽让你孩子停止这项抱怨
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 140.124.72.152
1F:→ optimist9266:protectedh存取修饰词是只有衍生类别可以呼叫的意思 05/29 17:22
嗯。可以详细说明一下吗 谢谢 小弟第一次碰这块 (他是一个元件)
我不知道如何继承 元件
嗯…那个我知道 就好像Button 有一个属性是CreateParams
protected override System.Windows.Forms.CreateParams CreateParams { get; }
Member of System.Windows.Forms.Button
Summary:
Gets a System.Windows.Forms.CreateParams on the base class when creating a
window.
Returns:
A System.Windows.Forms.CreateParams.
也是无法直接用的....
※ 编辑: kf185793 来自: 140.124.72.152 (05/29 20:47)