Interface ILayoutItem
public interface ILayoutItem : IScreen, IHaveDisplayName, IActivate, IDeactivate, IGuardClose, IClose, INotifyPropertyChangedEx, INotifyPropertyChanged
- Inherited Members
-
IHaveDisplayName.DisplayNameIActivate.Activate()IActivate.IsActiveIActivate.ActivatedIDeactivate.AttemptingDeactivationIDeactivate.DeactivatedINotifyPropertyChangedEx.Refresh()INotifyPropertyChangedEx.IsNotifying
Properties
CloseCommand
ICommand CloseCommand { get; }
Property Value
ContentId
string ContentId { get; }
Property Value
IconSource
Uri IconSource { get; }
Property Value
Id
Guid Id { get; }
Property Value
IsSelected
bool IsSelected { get; set; }
Property Value
ShouldReopenOnStart
bool ShouldReopenOnStart { get; }
Property Value
Methods
LoadState(BinaryReader)
void LoadState(BinaryReader reader)
Parameters
reader
BinaryReader
SaveState(BinaryWriter)
void SaveState(BinaryWriter writer)
Parameters
writer
BinaryWriter