This commit is contained in:
parent
9a3330fc63
commit
637bf06ae8
@ -15,7 +15,7 @@ namespace Volian.Controls.Library
|
|||||||
public partial class StepRTBSimple : RichTextBox, IStepRTB
|
public partial class StepRTBSimple : RichTextBox, IStepRTB
|
||||||
{
|
{
|
||||||
#region Fields
|
#region Fields
|
||||||
private StepItem _MyStepItem;
|
private RTBItem _MyRTBItem;
|
||||||
private IContainer _Container = null;
|
private IContainer _Container = null;
|
||||||
private ItemInfo _MyItemInfo;
|
private ItemInfo _MyItemInfo;
|
||||||
private Size _AdjustSize;
|
private Size _AdjustSize;
|
||||||
@ -135,10 +135,10 @@ namespace Volian.Controls.Library
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
public StepItem MyStepItem
|
public RTBItem MyRTBItem
|
||||||
{
|
{
|
||||||
get { return _MyStepItem; }
|
get { return _MyRTBItem; }
|
||||||
set { _MyStepItem = value; }
|
set { _MyRTBItem = value; }
|
||||||
}
|
}
|
||||||
public Size AdjustSize
|
public Size AdjustSize
|
||||||
{
|
{
|
||||||
@ -242,7 +242,7 @@ namespace Volian.Controls.Library
|
|||||||
|
|
||||||
void StepRTBSimple_LinkClicked(object sender, LinkClickedEventArgs args)
|
void StepRTBSimple_LinkClicked(object sender, LinkClickedEventArgs args)
|
||||||
{
|
{
|
||||||
OnLinkGoTo(sender, new StepPanelLinkEventArgs(_MyStepItem, args.LinkText));
|
OnLinkGoTo(sender, new StepPanelLinkEventArgs(_MyRTBItem, args.LinkText));
|
||||||
}
|
}
|
||||||
#endregion
|
#endregion
|
||||||
#region Constructors
|
#region Constructors
|
||||||
@ -272,7 +272,7 @@ namespace Volian.Controls.Library
|
|||||||
{
|
{
|
||||||
event StepRTBEvent HeightChanged;
|
event StepRTBEvent HeightChanged;
|
||||||
ItemInfo MyItemInfo { get; set;}
|
ItemInfo MyItemInfo { get; set;}
|
||||||
StepItem MyStepItem { get; set;}
|
RTBItem MyRTBItem { get; set;}
|
||||||
Size AdjustSize { get; set; }
|
Size AdjustSize { get; set; }
|
||||||
Rectangle ContentsRectangle { get; set; }
|
Rectangle ContentsRectangle { get; set; }
|
||||||
E_EditPrintMode EpMode { get; set; }
|
E_EditPrintMode EpMode { get; set; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user