MonoTouch.Dialog.BaseBooleanImageElement.TextWithImageCellView.UpdateFrom C# (CSharp) 메소드

UpdateFrom() 공개 메소드

public UpdateFrom ( BaseBooleanImageElement newParent ) : void
newParent BaseBooleanImageElement
리턴 void
            public void UpdateFrom(BaseBooleanImageElement newParent)
            {
                parent = newParent;
                UpdateImage ();
                label.Text = parent.Caption;
                SetNeedsDisplay ();
            }
BaseBooleanImageElement.TextWithImageCellView