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