C# 클래스 OpenTween.HashtagManage

파일 보기 프로젝트 열기: opentween/OpenTween 1 사용 예제들

공개 메소드들

메소드 설명
AddHashToHistory ( string hash, bool isIgnorePermanent ) : void
ClearHashtag ( ) : void
HashtagManage ( AtIdSupplement hashSuplForm, string history, string permanentHash, bool IsPermanent, bool IsHead, bool IsNotAddToAtReply ) : System
SetPermanentHash ( string hash ) : void
ToggleHash ( ) : void

비공개 메소드들

메소드 설명
AddButton_Click ( object sender, EventArgs e ) : void
AdjustHashtags ( string &hashtag, bool isShowWarn ) : bool
Cancel_Button_Click ( object sender, EventArgs e ) : void
ChangeMode ( bool isEdit ) : void
CheckNotAddToAtReply_CheckedChanged ( object sender, EventArgs e ) : void
DeleteButton_Click ( object sender, EventArgs e ) : void
EditButton_Click ( object sender, EventArgs e ) : void
GetIndexOf ( ListBox list, string value ) : int
HashtagManage_KeyDown ( object sender, KeyEventArgs e ) : void
HashtagManage_Shown ( object sender, EventArgs e ) : void
HistoryHashList_DoubleClick ( object sender, EventArgs e ) : void
HistoryHashList_KeyDown ( object sender, KeyEventArgs e ) : void
OK_Button_Click ( object sender, EventArgs e ) : void
PermCancel_Button_Click ( object sender, EventArgs e ) : void
PermOK_Button_Click ( object sender, EventArgs e ) : void
UnSelectButton_Click ( object sender, EventArgs e ) : void
UseHashText_KeyPress ( object sender, KeyPressEventArgs e ) : void

메소드 상세

AddHashToHistory() 공개 메소드

public AddHashToHistory ( string hash, bool isIgnorePermanent ) : void
hash string
isIgnorePermanent bool
리턴 void

ClearHashtag() 공개 메소드

public ClearHashtag ( ) : void
리턴 void

HashtagManage() 공개 메소드

public HashtagManage ( AtIdSupplement hashSuplForm, string history, string permanentHash, bool IsPermanent, bool IsHead, bool IsNotAddToAtReply ) : System
hashSuplForm AtIdSupplement
history string
permanentHash string
IsPermanent bool
IsHead bool
IsNotAddToAtReply bool
리턴 System

SetPermanentHash() 공개 메소드

public SetPermanentHash ( string hash ) : void
hash string
리턴 void

ToggleHash() 공개 메소드

public ToggleHash ( ) : void
리턴 void